From adb5df020c0b50e186c12274e13a4f4a95eb1397 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 2 Jun 2019 15:08:20 +0000 Subject: [PATCH] glyph cache: Clarify message We have different kinds of caches now. --- gsk/gl/gskglglyphcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gl/gskglglyphcache.c b/gsk/gl/gskglglyphcache.c index b9d6d7b6d0..b360dccca7 100644 --- a/gsk/gl/gskglglyphcache.c +++ b/gsk/gl/gskglglyphcache.c @@ -407,7 +407,7 @@ gsk_gl_glyph_cache_begin_frame (GskGLGlyphCache *self) #if 0 static int kk; - g_message ("Dropping cache... Ratio: %f", + g_message ("Dropping glyph cache... Ratio: %f", gsk_gl_texture_atlas_get_unused_ratio (atlas)); gsk_gl_image_write_to_png (&atlas->image, self->gl_driver, g_strdup_printf ("dropped_%d.png", kk++)); -- 2.30.2